projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae20cac
)
Fix bug in previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 6 Mar 1993 06:03:19 +0000
(06:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 6 Mar 1993 06:03:19 +0000
(06:03 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index a35ae10fd027866ff2724a2b659eec84b25a7a17..e4b3f9500589724fb48156b60308535cd9edc2cc 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-1094,7
+1094,7
@@
it just adds completion characters to the end of the filename."
(sit-for 0)
(message "Hit space to flush")
(let ((ch (read-event)))
- (if (
=
ch ?\ )
+ (if (
eq
ch ?\ )
(set-window-configuration conf)
(setq unread-command-events (list ch)))))))))
\f